From 4d934dd465e594dc5537f3cc7df32445eacc9061 Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Thu, 5 Oct 2006 17:29:20 +0100 Subject: [PATCH] [XEND] Comments cleanups Signed-off-by: Alastair Tse --- tools/python/xen/xend/XendAPI.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/XendAPI.py b/tools/python/xen/xend/XendAPI.py index ab53d1bfef..4b9a3b26c3 100644 --- a/tools/python/xen/xend/XendAPI.py +++ b/tools/python/xen/xend/XendAPI.py @@ -176,7 +176,7 @@ class XendAPI: used via XMLRPCServer. All methods that need a valid session are marked with - a L{XendAuthManager.ession_required} decorator that will + a L{XendAuthManager.session_required} decorator that will transparently perform the required session authentication. We need to support Python <2.4, so we use the old decorator syntax. @@ -282,7 +282,7 @@ class XendAPI: # Xen API: Class Session # ---------------------------------------------------------------- - # Left unwrapped by __init__ + # NOTE: Left unwrapped by __init__ Session_attr_ro = ['this_host', 'this_user'] Session_methods = ['logout'] -- 2.30.2